-
-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabled TLS encryption for PostgreSQL and PgBouncer #849
Conversation
57b64fd
to
dd5f322
Compare
2. Automatically set the number of max_worker_processes and max_parallel_workers based on the system resources.
dd5f322
to
6ed248f
Compare
@klention Thank you for your contribution! Please consider my comments. |
Co-authored-by: Vitaliy Kukharik <37010174+vitabaks@users.noreply.github.com>
@vitabaks, I updated the scrips as suggested. Not sure though why tests failed for debian and ubuntu. |
I think we need another path to store certificates. |
This is strange because just one task above at line 422 creates the |
I have already fixed this, see the commits. |
We also need to ensure that the certificate and key are copied to the new cluster node during scaling (add_pgnode.yml). If this is challenging for you, I’m happy to handle it. |
Here is the new commit |
Thanks, I made a small change (commit) and tested it, everything works! |
Enabled TLS encryption for PostgreSQL and PGBouncer (related issue: #361)
Generate a Self Signed OpenSSL certificate.